language-names: Do not g_free() a GError
authorPeter Bloomfield <peterbloomfield@bellsouth.net>
Thu, 17 Sep 2020 23:34:03 +0000 (23:34 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 17 Sep 2020 23:34:03 +0000 (23:34 +0000)
commit50f373fbc2a238a013e7f84de8431741dc388c7a
treef658dd49b13651416d625b8eaaf208490db26b9d
parentf2f0a9ee0ee94b952de339b536a7a3812df213fb
language-names: Do not g_free() a GError

It's NULL anyway, so freeing GError with g_free() when it's allocated with
GSlice never actually happens, but it just looks bad.
gtk/language-names.c